The following tables list the members exposed by DragDropCancelableMoveEventArgs.
Name | Description | |
---|---|---|
![]() | DragDropCancelableMoveEventArgs Constructor |
Name | Description | |
---|---|---|
![]() | cancel | Checks whether the event should be canceled. True: event is canceled. |
![]() | elementAtMouse | Returns a references to the html element under mouse or null. Reference to element under mouse or null. (Inherited from Infragistics.Web.UI.DragDropEventArgs) |
![]() | manager | Returns a references to the DragDropManager object. Reference to DragDropManager. (Inherited from Infragistics.Web.UI.DragDropEventArgs) |
![]() | x | Returns the current x coordinate of the mouse in relation to the window. The current x coordinate. (Inherited from Infragistics.Web.UI.DragDropMoveEventArgs) |
![]() | y | Returns the current y coordinate of the mouse in relation to the window. The current y coordinate. (Inherited from Infragistics.Web.UI.DragDropMoveEventArgs) |